CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - file search

搜索资源列表

  1. SourceCode.rar jxta实现的p2p聊天

    0下载:
  2. jxta实现的p2p聊天,文件传输,共享,文件搜索,JXTA p2p achieved chat, file transfer, sharing, file search
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-02
    • 文件大小:208416
    • 提供者:小虫子
  1. findfiles

    0下载:
  2. 程序为MFC编写,实现VC下的单线程文件搜索,同时有进度控制功能,实现继续扫描功能,配合事件对象的使用-Procedures for the preparation of MFC to achieve VC file search under the single-threaded, while the progress of control functions, to achieve continued scanning feature, coupled with the use of eve
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:50016
    • 提供者:徐凯
  1. Full-Search

    0下载:
  2. QCIF的开档程式对于初学BCB又不太懂开樘的人非常有用-QCIF open file program for beginner BCB also do not really understand open樘are very useful
  3. 所属分类:midi program

    • 发布日期:2017-03-26
    • 文件大小:394241
    • 提供者:金金金強
  1. search

    0下载:
  2. 如何再文件中搜索指定文件,可供学习文件基本操作的程序员使用-How to re-file search designated documents, study documents for the basic operation of the programmer to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:13369
    • 提供者:cscaoshang
  1. AnalyzerViewer_source

    0下载:
  2. Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:320628
    • 提供者:Yu-Chieh Wu
  1. rename

    0下载:
  2. 实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext 程序功能: 1.程序带有三个命令行参数dir、old和new,用法为: reext dir old new 其中Dir是一个全路径名,old和new是文件扩展名,如: Reext c:\ASM\TEST txt doc 2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变: 3.较高要求,可以搜索指定目录的全部子
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1852
    • 提供者:wenchunfeng
  1. Search

    0下载:
  2. 包含指定内容的文件,Windows只查文本文件,所以才写了这个工具,可在任何文件中查找到找定内容.-The contents of the file that contains the specified, Windows only search text files, why they wrote this tool, you can find any of the documents to find the elements.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:6589
    • 提供者:zhangJY
  1. search

    0下载:
  2. simple file searching using java
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:2610
    • 提供者:asenoop
  1. search

    0下载:
  2. lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the databa
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:95500
    • 提供者:strayly
  1. MPI

    0下载:
  2. Search of number of Pi. Multiprocessing realisation. MPI (RUS) +Russian comments-Search of number of Pi. Multiprocessing realisation. MPI (RUS)+Russian comments
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1111
    • 提供者:Evgeny
  1. DDM.0.2.5.src-PDF-file-search

    0下载:
  2. 文件管理程序,有强大的PDF文件查找功能-Document management program, including a strong PDF file search function
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:104952
    • 提供者:小叶
  1. search

    0下载:
  2. java实现本地文件搜索的源代码,非常好的学习资料,注释写得很详细-to achieve a local file search java source code, a very good learning materials, notes to write a very detailed
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2167
    • 提供者:johnson
  1. vc_programming_of_the_source_file_earch_engine

    0下载:
  2. vc程序设计之文件搜索器的源码vc programming of the source file search engine -vc programming documents search engine source code vc programming of the source file search engine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:45806
    • 提供者:uy
  1. search-file

    0下载:
  2. 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:guang
  1. dir.file.search

    0下载:
  2. 用Java实现的文件夹和文件查询操作,熟悉文件操作函数-Implemented with the Java folder and file search operation, familiar with the file operation function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:53287
    • 提供者:高高
  1. multi-threaded-file-search

    0下载:
  2. 实例269——使用多线程进行文件搜索的例子。-Example 269- multi-threaded file search
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:15010
    • 提供者:guo feng
  1. Eclipse-File-Search-

    0下载:
  2. Eclipse-File Search has encounter a problem,关于Eclipse的一个使用设置-Eclipse-File Search has encounter a problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:3043
    • 提供者:张金龙
  1. zhan-yue-for-file-search

    0下载:
  2. 文件搜索模块源码,支持一次性搜索无限重分级目录,而且支持斩月编译-File search module source code, supports a one-time search for unlimited re-hierarchical directory, and compile support Zangetsu
  3. 所属分类:ELanguage

    • 发布日期:2017-04-05
    • 文件大小:14788
    • 提供者:度当空
  1. Local-File-Search

    0下载:
  2. 这是一个维吾尔语的本地文件搜索系统,相当于一个本地文件搜索引擎-this is a Uyghur local file searching system,Equivalent to a local file search engine
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-18
    • 文件大小:28061972
    • 提供者:曹亮
  1. xsearch_CHS

    0下载:
  2. 文件搜索工具(file search)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:220160
    • 提供者:vimmiv
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com